home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / gordons.dxr / 00016.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  633 b   |  35 lines

  1. on exitFrame
  2.   global act
  3.   onVis(2)
  4.   if act = 0 then
  5.     if rollOver(11) or rollOver(12) then
  6.       cursor([901, 902])
  7.     else
  8.       if rollOver(3) then
  9.         cursor([901, 902])
  10.         go("l1")
  11.       else
  12.         if rollOver(4) then
  13.           cursor([901, 902])
  14.           go("l2")
  15.         else
  16.           if rollOver(5) then
  17.             cursor([901, 902])
  18.             go("l3")
  19.           else
  20.             cursor(-1)
  21.           end if
  22.         end if
  23.       end if
  24.     end if
  25.   end if
  26.   if act = 1 then
  27.     if rollOver(14) or rollOver(15) then
  28.       cursor([901, 902])
  29.     else
  30.       cursor(-1)
  31.     end if
  32.   end if
  33.   Loopframe()
  34. end
  35.